Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2
3 $script_name = basename($_SERVER[
'PHP_SELF']); // the url without the path
4 if
($script_name == 'index.php' && isset($_GET['signIn'])) {
5     
//echo "the form of loggin";
6     ?>
7 <script src=
"resources/jquery/js/jquery.background-fit.min.js"></script>
8     <style>
9         body{
10             
//background: url("images/hos.png") no-repeat fixed center center / cover;
11             background-image: url(
"images/hos.png");
12             margin-top: 50px;
13             background-position-y:60px;
14             background-repeat: no-repeat;
15          background-size:
40%;
16          
17
18         }
19
20     </style>
21
22
23     <script>
24         $j(function() {
25   $j(
"body").bg_fit();
26 });
27     </script>
28
29 <?php }
30 ?>


Gõ tìm kiếm nhanh...